home *** CD-ROM | disk | FTP | other *** search
/ Millenium Advanced Salon-Spa Management / Millenium Advanced Salon-Spa Management (Harms Software) (2003).iso / bin / millennium / Data1.cab / _19B915199E1C4D81954438B3CFD042B1 < prev    next >
Text File  |  2001-04-30  |  2KB  |  47 lines

  1. * Error Code Definitions reported directly
  2.  
  3. #define BAD_DBF_VERSION_ID             0x00000001
  4. #define BAD_DBF_DATE                 0x00000002
  5. #define BAD_DBF_RECORD_CNT             0x00000004
  6. #define BAD_DBF_HEADER_LEN             0x00000008
  7. #define BAD_DBF_RECORD_LEN             0x00000010
  8. #define BAD_DBF_FLAGS                 0x00000020
  9. #define BAD_DBF_CODEPAGE             0x00000040
  10. #define BAD_DBF_FIELD_DESCRIPTORS     0x00000080
  11. #define BAD_DBF_FLT_MARKER             0x00000100
  12. #define BAD_DBF_DBC_BACKLINK         0x00000200
  13. #define BAD_DBF_DELETE_FLAG         0x00000400
  14. #define BAD_DBF_FIELD_DATA          0x00000800
  15. #define BAD_DBF_MEMO_POINTERS       0x00001000
  16. #define BAD_DBF_FILE_LENGTH         0x00002000
  17. #define BAD_DBF_FIELDS_AUTO_SHIFTED    0x00004000
  18.  
  19. #define BAD_FPT_NEXTBLOCK             0x00010000
  20. #define BAD_FPT_BLOCKSIZE             0x00020000
  21. #define BAD_FPT_FILE_LENGTH         0x00040000
  22. #define BAD_FPT_CORRUPT_BLOCK_HEADERS 0x00080000
  23.  
  24. #define BAD_CDX_STRUCTURE             0x00100000
  25. #define BAD_CDX_EXPRESSIONS         0x00200000
  26. #define BAD_CDX_FILE_LENGTH         0x00400000
  27.  
  28. #define FF_GENERAL_ERROR_FLAG          0x80000000
  29.  
  30. #define errInvalidTableExtension    -1
  31. #define errFoxFixAlreadyActive        -2
  32. #define errLockFailed                -3
  33. #define errUserAborted                -4
  34. #define errTableFileNotFound        -5
  35. #define errTablePathNotFound        -6
  36. #define errTableAccessDenied        -7
  37. #define errTableFileTooSmall        -8
  38. #define errInsufficientRightsToFix  -9
  39. #define errReserved3                -10
  40. #define errAlreadyInitialized       -11
  41. #define errFileTooLargeForDemo      -12
  42. #define errModuleNotFound            -13
  43. #define errInitializeFailed            -14
  44. #define errEvaluationExpired        -15
  45. #define errUnknownSystemErrorCode    -16
  46. #define errSharingViolation         -17
  47. #define errLockViolation            -18